Skip to content

Commit

Permalink
feat: ie11 support and autoprefixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Apr 9, 2021
1 parent 75f9751 commit 4da38bb
Show file tree
Hide file tree
Showing 7 changed files with 3,295 additions and 358 deletions.
6 changes: 6 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Browsers that we support

last 3 version
> 3%
not dead
ie >= 11 # sorry
5 changes: 0 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ package-lock.json
*.tar
*.tgz

# Tests
jest.config.js
*.test.ts
**/test/*.ts

# Linter
.editorconfig
.eslintrc.json
Expand Down
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
}
</style>
<link type="text/css" rel="stylesheet" href="/playground.css">

<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.2.8/es6-promise.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.5.0/webcomponents-bundle.js"></script>
</head>
<body>
<header class="header"></header>
Expand Down
Loading

0 comments on commit 4da38bb

Please sign in to comment.