1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update Readme.md

This commit is contained in:
Guillermo Rauch 2016-10-25 08:15:50 +02:00 committed by GitHub
parent 10ce2e3305
commit 09a9eb08fb

View file

@ -245,8 +245,7 @@ Theres *no tradeoff* in power. Instead, we gain the power of simpler composit
*Compiling* regular CSS files would be counter-productive to some of our goals. Some of these are listed below.
In the future, however, we _might_ be able to take advantage of custom elements / shadow DOM to also support the full CSS syntax once browser support is wide enough.
**Please note**: we are very interested in supporting regular CSS, since it's so much easier to write and already familiar. To that end, we're currently exploring the possibility of leveraging Shadow DOM to avoid the entire CSS parsing and mangling step [[#22](https://github.com/zeit/next.js/issues/22)]
### Compilation performance