use postcss in vue-cli2 I introduced style.css in main.js style.css index.vuestyle.css background: style.cssbackground: ask for an explanation ...
topic description the styles in the components of vue use postcss, but when the self-configured webpack is packaged, it is found that the nested styles are not recognized, resulting in the invalidation of some styles related codes vue component co...
...
for example: <div class="demo"> <div>< div> <div>< div> <div>< div> <div>< div> <div>< div> < div> now I want to set the font size of the two adjacen...
at first, I configured postcss in webpack , which works, but if a background image is introduced in scss , such an error will be reported when packing. So I added publicPath to the postcss configuration, and found that it did not report an error...
problem description read teacher Damu s article, the solution of 1px on mobile uses postcss-write-svg , but the border shows up and down but not left or right. I don t know if I used it wrong . related codes @svg 1px-border { height: 2px; @re...
how to use postcss, in vue-cli3 to ignore a folder and not let it affect the style inside? the vue.config.js code is as follows css: { chainWebpackcss loader modules: false, foo.module.css extract: true, css ExtractTextPlugin<style&...
Business background starting from yesterday, 18-9-12, postcss has not been fully used until now record the problems encountered and deal with them later too lazy to ask questions one by one pit one [resolved] webstorm does not support...
Business background use the vue-cli3.0 framework under webstorm to learn postcss . parameters need to be passed when using mixed macros (plug-ins are postcss-mixins ) the variable plug-in used to pass parameters is postcss-simple-vars ...
problem description @component-namespace lu{ @b row{ box-sizing:border-box; position: relative; @utils-clearfix; @m flex{ display: flex; &::after, &::before{ ...
as shown in the title, trying sass-resources-loader cannot solve the problem of global introduction of postcss. Now I can only import global mixin functions into each vue component, which is very inconvenient. Is there any other way? ...
< H2 > error message < H2 > .Error processing file: static css app.712bea8dd803afc0084e16e3c16e5d53.css (node:5948) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Option safe was removed. Use parser: require (...
<style lang="postcss" scoped> @import @pages job-manager create-job.css ; .left{ width:700px !important; } .vue-input-tag-wrapper{ line-height: 20px; border: 1px solid -sharpdddee1; border-radius: 4px !important; bo...
add postcss to webpack , use px2rem automatic conversion units then I introduced antd-mobile result px2rem transforms the style of antd-mobile how to make px2rem ignore antd-mobile style files ...