-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
- Updated build tool from Webpack to Gulp 4 - Added styleguide for documentation and demoing styles - Consolidated all modules back into central repo of Base - Updated Mixins and naming conventions - Major version bump for index.scss and package.json
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.cache | ||
.DS_Store | ||
.idea/ | ||
scss/.sass-cache | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: | ||
- "10" | ||
- "8" | ||
- "13" | ||
- "12" | ||
cache: | ||
directories: | ||
- "node_modules" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,9 @@ | ||
# Base Change Log | ||
|
||
## [4.1.3] - 2018-12-11 | ||
### Base V4.1.3 | ||
- Minor documentation update | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.1.2] - 2018-12-11 | ||
### Base V4.1.2 | ||
- Minor documentation update | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.1.1] - 2018-12-11 | ||
### Base V4.1.1 | ||
- Updated entry in package.json | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.1.0] - 2018-12-10 | ||
### Base V4.1.0 | ||
- Removed gulp and replaced with webpack | ||
- Updated scripts in package.json | ||
- Minor documentation fixes | ||
- Version bump for index.scss/less and package.json | ||
|
||
## [4.0.10] - 2018-05-17 | ||
### Base V4.0.10 | ||
- Added Postinstall script to fix normalize.css import issue | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.9] - 2018-04-24 | ||
### Base V4.0.9 | ||
- Updated name of animation mixin to animate | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.8] - 2018-04-22 | ||
### Base V4.0.8 | ||
- Fixed bug with background-alpha mixin in mixins.scss | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.7] - 2018-04-19 | ||
### Base V4.0.7 | ||
- Minor tweaks to readme | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.6] - 2018-04-17 | ||
### Base V4.0.6 | ||
- Minor tweaks to readme | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.5] - 2018-04-13 | ||
### Base V4.0.5 | ||
- Minor tweaks to readme | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.4] - 2018-04-13 | ||
### Base V4.0.4 | ||
- Minor tweaks to readme | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.3] - 2018-04-11 | ||
### Base V4.0.3 | ||
- Minor tweaks to readme | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.2] - 2018-04-11 | ||
### Base V4.0.2 | ||
- Added screen reader helper (`.sr`) to core and updated docs | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.1] - 2018-04-08 | ||
### Base V4.0.1 | ||
- Minor correction on the breakpoint variables | ||
- Minor version bump for index.scss/less and package.json | ||
|
||
## [4.0.0] - 2018-04-06 | ||
### Base V4.0.0 | ||
- Removed all modules from Base and moved them into independent modules / packages (review readme for more information) | ||
- Updated Base to use latest version of Normalize.css | ||
- Updated Mixins and Variables | ||
- Removed support for bower (R.I.P) | ||
- Major version bump for index.scss/less and package.json | ||
## [5.0.0] - 2020-05-01 | ||
### Base V5.0.0 | ||
- Updated build tool from Webpack to Gulp 4 | ||
- Added styleguide for documentation and demoing styles | ||
- Consolidated all modules back into central repo of Base | ||
- Updated Mixins and naming conventions | ||
- Major version bump for index.scss and package.json |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.