Skip to content

Commit

Permalink
fix(ld-button): focus active states
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed May 28, 2021
1 parent 372a5e4 commit e4f3e33
Show file tree
Hide file tree
Showing 101 changed files with 518 additions and 568 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"build:styles:liquid:globals": "postcss src/liquid/global/styles/global.css --no-map -o dist/css/liquid.global.css",
"build:styles:docs:liquid": "postcss src/liquid/global/styles/global.css --config=postcss.config.docs.js -m -o dist_docs/dist/build/liquid.css",
"build:styles:docs:docs": "postcss src/docs/global/styles/global.css --config=postcss.config.docs.js -m -o dist_docs/docs.css",
"deploy_to_preview": "aws s3 cp ./dist_docs s3://tmp-liquid-docs --recursive",
"generate": "stencil generate",
"lint": "run-s lint:ts lint:eslint lint:styles",
"lint:eslint": "eslint .",
Expand Down
Loading

0 comments on commit e4f3e33

Please sign in to comment.