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
**IMPORTANT NOTE** All characters besides `_` need to be escaped! However, if you are using dashes, only _the first one_ needs to be escaped. Use two backslashes to properly escape in SASS. For example to use a forward slash to separate parts, set $csstyle-part-symbol to `\\/`.
79
+
80
+
40
81
## FAQ
41
82
42
83
### Can I use this with Libsass?
@@ -65,18 +106,6 @@ In Sass you can append a `&` to a selector or pseudo-selector to have it applied
65
106
}
66
107
```
67
108
68
-
### Can I configure the styling convention (SASS)?
69
-
There are a few settings you can change. You can set these to whatever suits your style.
70
-
71
-
- The style to denote `options` by changing the `$csstyle-option-symbol` variable. The default is `\--`.
72
-
- The style to denote `parts` by changing the `$csstyle-part-symbol` variable. The default is `__`.
73
-
- The style to denote `tweaks` by changing the `$csstyle-tweak-symbol` variable. The default is `\+`.
74
-
- The style to denote `locations` by changing the `$csstyle-location-symbol` variable. The default is `\@`.
75
-
76
-
**All characters besides `_` need to be escaped!** However, if you are using dashes, only _the first one_ needs to be escaped. Use two backslashes to properly escape in SASS. For example to use a forward slash to separate parts, set $csstyle-part-symbol to `\\/`.
77
-
78
-
In adition to that, you can also change your app's root `id` on the html or body element by changing the `$csstyle-root-id` variable. The default is `csstyle`.
0 commit comments