Skip to content

Commit 41314ab

Browse files
committed
Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67d, reversing changes made to ba4bd76.
1 parent 6a6d67d commit 41314ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+2351
-1823
lines changed

.browserslistrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ All examples are open-sourced in [picocss/examples](https://github.com/picocss/e
168168

169169
- [`dev`](https://github.com/picocss/pico/tree/dev) branch is open to pull requests.
170170
- Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.
171-
- Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build:css`.
171+
- Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `npm run build`.
172172

173173
## Copyright and license
174174

@@ -178,7 +178,6 @@ Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LIC
178178

179179
Website and docs:
180180
- [TypeIt](https://typeitjs.com/): JavaScript animated typing utility (Licensed [GPL-3.0](https://github.com/alexmacarthur/typeit/blob/master/LICENSE))
181-
- [Most Visible](https://github.com/andyexeter/most-visible): JavaScript module which returns the most visible element (Licensed [MIT](https://github.com/andyexeter/most-visible/blob/master/LICENSE))
182181
- [Font Awesome](https://fontawesome.com/): Icons (Licensed [CC BY 4.0](https://fontawesome.com/license/free))
183182

184183
Pico Library:

css/pico.slim.css

Lines changed: 59 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/postcss.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
map: {
3+
inline: false,
4+
annotation: true,
5+
sourcesContent: true
6+
},
7+
plugins: {
8+
autoprefixer: {
9+
cascade: false
10+
}
11+
}
12+
}

css/themes/default.css

Lines changed: 37 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)