Coder Social home page Coder Social logo

builder's People

Watchers

 avatar  avatar

Forkers

waffle-iron

builder's Issues

CSS modules not extracting using extract-text-plugin

Selectors defined as a nested selector within the root selector work properly during local develpment but when being extracted do not seem to transition out.

e.g. the following from input.scss

.ratioInput {
  label {
    margin: 4px;
    font-size: .5em;
  }
}

Does not apply rules on labels.

This may be considered improper css-module style but it works as expected during local development. Either the css-modules need to be re-written for more explicit assignment to elements in components or a fix needs to be figured out for extracting text.

index.html not generating in local dev environment

Production builds utilize the html-webpack-plugin to generate the index.html and insert the appropriate javascript and css tags. This is both not necessary and conflicts with HMR behavior during local development. Since the outputted bundles/chunks are given static names during local development this file can be static but can't live in public initially as that would introduce confusion around version management when the production build overrides it, which we don't want to check in.

Redesign

Brainstorm some improvements to the current design to support a more composable character sheet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.