Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Feb 25, 2018
0 parents commit 767b720
Show file tree
Hide file tree
Showing 46 changed files with 15,488 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env", "stage-2"]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
.cache/
.DS_Store
44 changes: 44 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
### Snippet name

Brief description

#### HTML

```html

```

#### CSS

```css

```

#### Demo

<!-- You must create a `snippet-demo` parent block and use it as a namespace with BEM syntax. -->

<div class="snippet-demo">
<some-element class="snippet-demo__snippet-name"></some-element>
</div>

<!-- Add your style rules here. -->

<style>

</style>

#### Explanation

<!-- Use a step-by-step (ordered) list if possible. Keep it concise. -->

#### Browser support

<!-- Use the checkmark or the warning emoji, see the existing snippets. -->

<span class="snippet__support-note">✅ No caveats.</span>

<!-- Whenever possible, link a `caniuse` feature which allows the browser support percentage to be displayed.
If no link is provided, it defaults to 99+%. -->

* https://caniuse.com/#feat=some-feature
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 30 Seconds of CSS

A curated collection of useful CSS snippets you can understand in 30 seconds or less.
Inspired by [30 seconds of code](https://github.com/Chalarangelo/30-seconds-of-code).

## View online

https://github.io/atomiks/30-seconds-of-css

## Contributing

See CONTRIBUTING.md for the snippet template.
9 changes: 9 additions & 0 deletions dist/4d4edbda57043aeeabeac31d2dd12d0d.css

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions dist/4d4edbda57043aeeabeac31d2dd12d0d.js

Large diffs are not rendered by default.

Binary file added dist/76f3fcef6c36c4d7c29fc6fcd102dfe3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/cf2ed1ce6be4ba59eed1079db594cc6e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
218 changes: 218 additions & 0 deletions dist/index.html

Large diffs are not rendered by default.

Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
Loading

0 comments on commit 767b720

Please sign in to comment.