Skip to content
#

css-modules

Here are 694 public repositories matching this topic...

codycaldwell
codycaldwell commented Oct 11, 2018

The Input component defines an input tag along with a role attribute equal to 'input'. This causes some accessibility scanners to raise the following violation:

"The WAI-ARIA role(s) and/or attribute(s) input are not valid for the element input"

Is there a way we can remove the redundant role or at least provide a way to override the value?

abritinthebay
abritinthebay commented Mar 2, 2020

Creating a "epic" type of ticket to track updates to documentation wanted/needed/done.

  • #410 - Update CSS Blocks Readme to be more beginner friendly.
  • #411 - Create "Getting Started" guide for CSS Blocks.
  • #413 - Create "Using CSS Blocks in Ember" guide.
  • #414 - Split up CSS Blocks Architecture documentation into high-level vs specific.
  • #TBD
avinashdvv
avinashdvv commented Aug 13, 2017

react 15.6.1
react-flexbox-grid": "^1.1.4"
and i am using create-react-app
I hosted my website on Heroku
in Heroku class names of row and col changing to "flexboxgrid__col-sm-12___1e5Uk flexboxgrid__col-md-6___5OSyJ" something like this, so CSS is not applying to the dom

aymericbouzy
aymericbouzy commented Feb 15, 2017

when using the following syntax with React 15.x

Label {}
Label:prop(mode == 'edit') {}
<Label mode="edit"/>

React throws the following error:

Warning: Unknown prop `mode` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop

If I understand correctly what is being said [here](https://gist.github.com/jimfb/d99e

linuxonrails
linuxonrails commented Dec 14, 2016
npm WARN example@1.0.0 No description
npm WARN example@1.0.0 No repository field.
npm ERR! Linux 3.13.0-83-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v7.1.0
npm ERR! npm  v3.10.9
npm ERR! path /home/davidm/src/Quramy/typed-css-modules/example/node_modules/typed-css-modules/lib/cli.js
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall
reshadow
Danilqa
Danilqa commented Aug 29, 2019

Thanks for the great library!

I haven't found a solution for creating global theming in the application based on theme properties: for instance, the name of font families. (Something like this: https://www.styled-components.com/docs/api#createglobalstyle)

Does a solution with generating own globals.css from interpolated string by webpack plugin is ok? Or reshadow has something inside for r

Improve this page

Add a description, image, and links to the css-modules topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the css-modules topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.