我有一个文件,里面有我所有的通用样式(styles.js),比如原色、二次颜色、灰色的阴影等等。
当用户登录时,我的主颜色和第二颜色处于redux状态。
我想要的是:当这个道具在我的还原状态更新时,我需要让我的styles.js听到这个变化,并更新所有引用这个主颜色和次颜色的地方。
我做过这件事但不起作用。styles.js似乎从未更新过。
我的styles.js:
import store from 'store';
//here I check if my primaryColor is undifined, if it is, I set the default col
我试图在生产中运行rails 6应用程序,但面临内部服务器错误。
当我查看日志时,我看到的是:
ActionView::Template::Error (Webpacker can't find styles in /home/****/public/packs/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpa
我想要给使用这个css的行提供良好的背景效果
tr:hover td{background-color:#ddd; }
想象一下,一个表里面有一个表,当然里面的所有td也受这个css的影响。我该如何预防呢?
<table
<tr
<td -->color change is good
<tr
<td
<table
<tr
<td --> color change is bad
我试着用
for