Skip to content

Commit

Permalink
4.2.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
slavanga committed Aug 11, 2022
1 parent 625a90a commit fc8f2a6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Baseguide is a lightweight and robust CSS framework for prototyping and producti
This is great for prototyping, but doesn’t allow any customization. To load Baseguide via [unpkg](https://unpkg.com), add this to your ```<head>```:

```html
<link rel="stylesheet" href="https://unpkg.com/baseguide@4.1.1/dist/css/baseguide.min.css">
<link rel="stylesheet" href="https://unpkg.com/baseguide@4.2.0/dist/css/baseguide.min.css">
```

### Package Managers
Expand Down
2 changes: 1 addition & 1 deletion dist/css/baseguide.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Baseguide v4.1.1 | MIT License | http://basegui.de */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! Baseguide v4.2.0 | MIT License | http://basegui.de */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/css/baseguide.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "baseguide",
"description": "Lightweight and robust CSS framework for prototyping and production code.",
"version": "4.1.1",
"version": "4.2.0",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion scss/baseguide.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Baseguide v4.1.1 | MIT License | http://basegui.de */
/*! Baseguide v4.2.0 | MIT License | http://basegui.de */

// Settings
@import 'baseguide/00-settings/settings';
Expand Down

0 comments on commit fc8f2a6

Please sign in to comment.