vue-styled-components
vue-styled-components copied to clipboard
Visual primitives for the component age. A simple port for Vue of styled-components 💅
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
I'm trying to style the vue slide up down component and am having issues doing so. My code is as follows. ``` import Vue from 'vue'; import styled from 'vue-styled-components';...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
This adds a very basic module that returns all of the current rules off the Stylesheet singleton (While removing empty ones). The goal of this is to attempt to allow...
When performing a rollup with the commonjs module, the rollup will fail due to custom named exports in dist/vue-styled-components.es.js Stack Trace: ` (plugin commonjs) Error: Custom named exports were specified...
Hey. I would like to know if it is possible to override external library's styles such as ant design vue. I tried this code : ```javascript import { Layout }...
Hey. Thanks again for the awesome work here. I noticed that when I do: ``` import styled from 'vue-styled-components'; var MyInput = styled.input``; export default { components: { MyInput }...