tachyons-type-scale
Advanced tools
Comparing version 6.0.4 to 6.0.5
{ | ||
"name": "tachyons-type-scale", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"style": "src/tachyons-type-scale.css", | ||
@@ -23,3 +23,3 @@ "main": "src/tachyons-type-scale.css", | ||
"devDependencies": { | ||
"tachyons-cli": "^1.0.10", | ||
"tachyons-cli": "^1.0.11", | ||
"watch": "^1.0.1" | ||
@@ -26,0 +26,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# tachyons-type-scale 6.0.0 | ||
# tachyons-type-scale 6.0.5 | ||
@@ -37,3 +37,3 @@ Performance based css module. | ||
#### Using with [PostCSS](https://github.com/postcss/postcss) | ||
#### Using with [Postcss](https://github.com/postcss/postcss) | ||
@@ -46,3 +46,3 @@ Import the css module | ||
Then process the CSS using the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli) | ||
Then process the css using the [`tachyons-cli`](https://github.com/tachyons-css/tachyons-cli) | ||
@@ -54,3 +54,3 @@ ```sh | ||
#### Using the CSS | ||
#### Using the css | ||
@@ -61,7 +61,7 @@ ##### CDN | ||
``` | ||
<link rel="stylesheet" href="http://npmcdn.com/tachyons-type-scale@6.0.0/css/tachyons-type-scale.min.css" /> | ||
<link rel="stylesheet" href="http://unpkg.com/tachyons-type-scale@6.0.5/css/tachyons-type-scale.min.css" /> | ||
``` | ||
##### Locally | ||
The built CSS is located in the `css` directory. It contains an unminified and minified version. | ||
The built css is located in the `css` directory. It contains an unminified and minified version. | ||
You can either cut and paste that css or link to it directly in your html. | ||
@@ -75,6 +75,6 @@ | ||
The source CSS files can be found in the `src` directory. | ||
Running `$ npm start` will process the source CSS and place the built CSS in the `css` directory. | ||
The source css files can be found in the `src` directory. | ||
Running `$ npm start` will process the source css and place the built css in the `css` directory. | ||
## The CSS | ||
## The css | ||
@@ -81,0 +81,0 @@ ```css |
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
8770