@getbase/base
Advanced tools
Comparing version 5.1.1 to 5.2.0
# Base Change Log | ||
## [5.2.0] - 2020-05-10 | ||
### Base V5.2.0 | ||
- Updated index.scss/less to include all modules for index.css (use core.css for minimal Base) | ||
- Updated readme and styleguide references | ||
- Minor version bump for package.json | ||
- Updated entrypoint from index.css to core.css within package.json | ||
## [5.1.1] - 2020-05-08 | ||
@@ -4,0 +11,0 @@ ### Base V5.1.1 |
{ | ||
"name": "@getbase/base", | ||
"version": "5.1.1", | ||
"version": "5.2.0", | ||
"description": "A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.", | ||
"homepage": "http://getbase.org/", | ||
"author": "Matthew Hartman", | ||
"main": "index.css", | ||
"main": "core.css", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "start": "./node_modules/gulp/bin/gulp.js", |
@@ -62,4 +62,4 @@ # [Base](http://getbase.org) | ||
<title>Your Website / App </title> | ||
<!-- Base --> | ||
<link rel="stylesheet" href="https://unpkg.com/@getbase/base/index.css"> | ||
<!-- Base Core --> | ||
<link rel="stylesheet" href="https://unpkg.com/@getbase/base/core.css"> | ||
<!-- Base Common --> | ||
@@ -96,3 +96,3 @@ <link rel="stylesheet" href="https://unpkg.com/@getbase/base/code.css"> | ||
/* Import Base */ | ||
@import url("https://unpkg.com/@getbase/base/index.css"); | ||
@import url("https://unpkg.com/@getbase/base/core.css"); | ||
@@ -99,0 +99,0 @@ /* Import Base Common */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
303975