Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "landscape", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Stylus-powered frontend toolkit based on Bootstrap.", | ||
@@ -5,0 +5,0 @@ "keywords": ["css", "stylus", "toolkit", "bootstrap"], |
@@ -47,3 +47,3 @@ LANDSCAPE | ||
stylus.use(landscape()); | ||
`` | ||
``` | ||
@@ -84,6 +84,16 @@ ### Customize the theme | ||
- All braces and colons are omitted | ||
- All braces and semi-colons are omitted | ||
- Variables are prepended with (`$`) dollar-sign | ||
- Properties are appended with (`:`) semi-colon | ||
- Properties are appended with (`:`) colon | ||
### Example | ||
```stylus | ||
$color = #aaa | ||
.button | ||
color: $color | ||
padding: 4px 10px | ||
``` | ||
Copyright and license | ||
@@ -90,0 +100,0 @@ --------------------- |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
106
0
3280998
244