Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mangoweb/sass-base

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mangoweb/sass-base - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

_common.sass

19

package.json
{
"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)`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc