@nrk/core-css
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -6,3 +6,3 @@ { | ||
"author": "NRK <opensource@nrk.no> (https://www.nrk.no/)", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "scripts": { |
# @nrk/core-css ![Release](https://img.shields.io/github/release/nrkno/core-css.svg) | ||
> Base styling and utilities for all NRK projects. | ||
> Base styling and utilities for all NRK projects. | ||
> `@nrk/core-css` exposes a set of class names and mixins to ease creating backwards compatible layouts and standard NRK styling. The code is built on BEM-conventions and is namespaced `nrk-` to play nice with existing projects. | ||
@@ -13,3 +13,3 @@ | ||
```sh | ||
npm install @nrk/core-css --save-exact | ||
npm install @nrk/core-css | ||
``` | ||
@@ -21,5 +21,5 @@ | ||
@import '@nrk/core-css/core-css.css'; // css | ||
@import '@nrk/core-css/core-css.scss'; // sass | ||
@import '@nrk/core-css/core-css.less'; // less | ||
@import '@nrk/core-css/core-css.css' // css | ||
@import '@nrk/core-css/core-css.scss' // sass | ||
@import '@nrk/core-css/core-css.less' // less | ||
@import 'node_modules/@nrk/core-css/core-css.styl' // stylus | ||
@@ -26,0 +26,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
164112