-
Webpack's css-loader has the `modules` option, which renames all classnames to a unique hash.
Problem is, when the transpilation process is:
source CSS => PostCSS plugins => container query => css…
-
On first loaded (server-rendered) page CSS is not hot reloading, despite a report in browser console. It does not matter which page you are server-rendering. JS hot reloads fine on any page. CSS hot …
-
Hi Team,
I am using Antd and Next.Js for server side rendering of react applications.
In order to load the css files I have created an config file:-
const withCSS = require('@zeit/next-cs…
-
I attempting to use localIdentName for css classNames but I don't want not using cssmodules.
```
module.exports = withCSS(withSass({
cssModules: false,
cssLoaderOptions: {
localIdentNam…
-
- - -
# ISSUES
上周有 70 个新 issue。
26 个 issue 已经被关闭,44 个 issue 仍然保持打开状态。
## OPEN ISSUES
:green_heart: #2634 [H5的路由配置能否支持Uri路由参数](https://github.com/NervJS/taro/issues/2634), by [visionding](https://gi…
-
I am trying to use the custom render for a search box. I am using semantic-ui-react:0.82.5 with Typescript: 2.9.1.
I have the following error:
"Type '{ fluid: true; loading: any; results: { id: nu…
-
Issue Type: Bug
After long tern using (like opening VSCode for a few days without exiting, and turn off the PC by using Windows hibernate), the terminal sometimes turns black and shows nothing. I…
-
The `localIdentName` that zero-configuration _react-scripts-cssmodules_ provides is much too bulky for me, and I would like to simplify it considerably. (Not that it matters, but for myself I am thin…
-
It would be nice if `injectIntl` could be used as a decorator when using options:
``` js
@injectIntl({ withRef: true })
export default class FooBar extends Component {/* ... */}
```
-
As far as I can tell, #574 may have broken the usage of CSS Modules in React-Static. I’ve upgraded to the latest version and noticed that `import styles from 'Foo.scss'` no longer works as expected. I…