tachyons-tables
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "tachyons-tables", | ||
"description": "Tables CSS module for Tachyons", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"author": { | ||
@@ -25,4 +25,4 @@ "name": "mrmrs", | ||
"devDependencies": { | ||
"tachyons-cli": "^1.0.10", | ||
"watch": "^1.0.1" | ||
"tachyons-cli": "^1.3.2", | ||
"watch": "^1.0.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
@@ -1,6 +0,6 @@ | ||
# tachyons-tables 1.0.3 | ||
# tachyons-tables 1.0.8 | ||
Tables CSS module for Tachyons | ||
#### Stats | ||
### Stats | ||
@@ -37,3 +37,3 @@ 165 | 5 | 6 | ||
#### 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-tables@1.0.3/css/tachyons-tables.min.css" /> | ||
<link rel="stylesheet" href="http://unpkg.com/tachyons-tables@1.0.8/css/tachyons-tables.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
4408