We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a28f38 + dc1e7fc commit 629f264Copy full SHA for 629f264
README.md
@@ -1,2 +1,22 @@
1
# qtsass
2
Compile SCSS files to valid Qt stylesheets.
3
+
4
+SASS brings countless amazing features to CSS.
5
+Besides being used in web development, CSS is also the way to stylize a Qt desktop application.
6
+However, Qt's CSS has a few variations that prevent the direct use of SASS compiler.
7
8
+The purpose of this tool is to fill the gap between SASS and Qt-CSS by handling those variations.
9
10
+## Qt's CSS specificities
11
+WIP
12
13
+"!" in selectors
14
15
+qlineargradient
16
17
+qrgba
18
19
20
+## Executable usage
21
+To compile your Qt-SASS stylesheets:
22
+qtsass style.scss -o style.css
0 commit comments