-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BREAKING CHANGE rename margin effect * switch to stylelintrc * fix appling stylelint rules * chore * fixing stylelint rules * doc: update demo page for grids and colors * chore * BREAKING CHANGE rename margin effect * BREAKING CHANGE change margin et padding classes * BREAKING CHANGE rename special icons for nav, collapse, dropdown * fix some fixes after linter * fix select background default color in darkmode * fix lint and update doc * added linter to build jobs * fix workflow * fix avoid -internal-autofill-selected" style * fix class naming conflic for margin * update dist files * update js plugin * fix safari media queries removed browserlist handling * Revert "fix safari media queries removed browserlist handling" This reverts commit b7ed2cb. * fix media queries screen unattended min max transformation * doc add pkg dynamic version * doc add more responsive example * fix same browser list support for demo and lib * chore * doc update dev instructions * update dist files * doc fix minified html code example --------- Co-authored-by: medevod <medevod@github.com>
- Loading branch information
Showing
75 changed files
with
775 additions
and
5,015 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -335,4 +335,5 @@ yarn.lock | |
node_modules | ||
demo_build | ||
demo_temp | ||
dist/*.map | ||
dist/*.map | ||
.env |
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,15 +1,15 @@ | ||
{ | ||
"collapseAttributeWhitespace": false, | ||
"collapseBooleanAttributes": false, | ||
"collapseWhitespace": "conservative", | ||
"custom": [], | ||
"deduplicateAttributeValues": false, | ||
"mergeScripts": false, | ||
"mergeStyles": false, | ||
"removeUnusedCss": false, | ||
"minifyJson": true, | ||
"minifySvg": true, | ||
"removeEmptyAttributes": false, | ||
"removeRedundantAttributes": false, | ||
"removeComments": true | ||
} | ||
"collapseAttributeWhitespace": false, | ||
"collapseBooleanAttributes": false, | ||
"collapseWhitespace": "conservative", | ||
"custom": [], | ||
"deduplicateAttributeValues": false, | ||
"mergeScripts": false, | ||
"mergeStyles": false, | ||
"removeUnusedCss": false, | ||
"minifyJson": true, | ||
"minifySvg": true, | ||
"removeEmptyAttributes": false, | ||
"removeRedundantAttributes": false, | ||
"removeComments": true | ||
} |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"extends": "stylelint-config-standard-scss", | ||
"rules": { | ||
"selector-class-pattern": [ | ||
"^[a-z][a-z0-9]*(-{1,2}[a-z0-9]+)*$", | ||
{ | ||
"message": "Expected class selector to be kebab-case or -- modifier" | ||
} | ||
], | ||
"property-no-vendor-prefix": null, | ||
"scss/operator-no-unspaced": null, | ||
"unit-allowed-list": ["rem", "%", "deg", "s", "vw", "vh"], | ||
"max-nesting-depth": 3, | ||
"selector-max-id": 0 | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.