@mangoweb/sass-base
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@mangoweb/sass-base", | ||
"version": "0.0.1", | ||
"description": "Simple component model for small to meduim sites. Usable from JS & TS.", | ||
"version": "0.0.2", | ||
"description": "The manGoweb template for sass styles employed on small to medium sized projects.", | ||
"main": "index.sass", | ||
@@ -16,7 +16,18 @@ "scripts": { | ||
"files": [ | ||
"src/" | ||
"abstract/", | ||
"animations/", | ||
"functions/", | ||
"mixins/", | ||
"parts/", | ||
"_common.sass", | ||
"_crucialVariables.sass", | ||
"_global.sass", | ||
"_variables.sass" | ||
], | ||
"author": "manGoweb <info@mangoweb.cz> (https://mangoweb.cz)", | ||
"license": "MIT", | ||
"prepare" : "npm run build" | ||
"prepare": "npm run build", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
@@ -45,3 +45,4 @@ # `@mangoweb/sass-base` | ||
#### `em` | ||
Turns a (potentially unitless) number in pixels into em | ||
Turns a (potentially unitless) number in pixels into `em` | ||
Usage: | ||
@@ -55,3 +56,4 @@ - `em(16)` returns `1em` (based on `$font-size`) | ||
#### `rem` | ||
Turns a (potentially unitless) number in pixels into rem | ||
Turns a (potentially unitless) number in pixels into `rem` | ||
Usage: | ||
@@ -135,3 +137,3 @@ - `rem(16)` returns `1rem` (based on `$base-font-size`) | ||
`@media (min-width: 7.6875em)` | ||
- `+media(123M) | ||
- `+media(123M)` | ||
compiles to | ||
@@ -138,0 +140,0 @@ `@media (max-width: 123px)` |
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
15656
25
160