This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/1.4.1: ➡️ 1.4.1 HTML validation should print while processing files not at the end Add home link to styleguide sidebar Rename npm script “validate” to “test:html” and update relevant docs Fix tree.deepToggle() toggling only first element Improve sidebar expand button styles
- Loading branch information
Showing
9 changed files
with
96 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@gridonic/sass", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Our Sass foundation.", | ||
"main": "./src/styles.scss", | ||
"scripts": { | ||
|
@@ -13,11 +13,11 @@ | |
"prebuild": "npm run clean", | ||
"prestyleguide": "npm run build", | ||
"pretest": "npm run styleguide", | ||
"prevalidate": "npm run styleguide", | ||
"styleguide": "aigis run -c ./aigis/config.yml", | ||
"test": "./bin/gemini test", | ||
"test:update": "./bin/gemini update", | ||
"validate": "./bin/validate_html styleguide/**/*.html", | ||
"test": "npm run test:html && npm run test:visual", | ||
"test:html": "./bin/validate_html styleguide/**/*.html", | ||
"test:visual": "./bin/gemini test", | ||
"test:visual:update": "./bin/gemini update", | ||
"watch": "onchange ./src/**/*.scss ./aigis -w -i -- concurrently 'npm run styleguide' 'npm run docs'" | ||
}, | ||
"author": "Gridonic <[email protected]>", | ||
|
@@ -26,6 +26,7 @@ | |
"autoprefixer": "^7.0.1", | ||
"chalk": "^1.1.3", | ||
"concurrently": "^3.4.0", | ||
"figures": "^2.0.0", | ||
"fs-extra": "^3.0.1", | ||
"gemini": "^4.18.1", | ||
"globby": "^6.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters