You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,10 @@ Less2Css requires lessc to compile less to css.
33
33
34
34
npm install -g less-plugin-clean-css
35
35
36
+
5. Optional: To use autoprefix. Install [less-plugin-autoprefix](https://github.com/less/less-plugin-autoprefix).
37
+
38
+
npm install -g less-plugin-autoprefix
39
+
36
40
37
41
### Windows
38
42
@@ -158,6 +162,9 @@ When you specify an output file, this will be the file name used to compile **al
158
162
### showErrorWithWindow
159
163
Set to `true` to see parse errors in a pop up window
160
164
165
+
### autoprefix
166
+
Set to `true` to add prefixes to css after conversion from less
167
+
161
168
# Project settings
162
169
You can use the configuration settings that are described above and apply them to just the project you are working on. In order to do this you need to manually alter the `.sublime-project` file. A default project file looks like this:
0 commit comments