https://github.com/stfbauer/spfx-autorenaming-styles
This SPFx sample shows various consideration around autoprefixing in the Framwork and additional ideas
https://github.com/stfbauer/spfx-autorenaming-styles
Last synced: about 1 month ago
JSON representation
This SPFx sample shows various consideration around autoprefixing in the Framwork and additional ideas
- Host: GitHub
- URL: https://github.com/stfbauer/spfx-autorenaming-styles
- Owner: StfBauer
- License: mit
- Created: 2016-12-14T11:30:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T08:13:42.000Z (over 9 years ago)
- Last Synced: 2026-01-01T20:20:12.768Z (5 months ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPFX Sample on how to handle or disable CSS class autorenaming in SPFx

This sample show how to handle or disable autorenaming of class names in the SharePoint Framework [React](https://facebook.github.io/react/).
## Installation
This sample is built with the [SharePoint Framework SPFX Drop 6](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-6). To install simply execute:
```
npm install
```
This will install all npm dependencies for this sample. Once this have been finished simply execute the following command.
```
gulp serve
```
Additional information can be found on my blog - [How to handle automatic CSS class renaming in SPFx](http://www.n8d.at/blog/how-to-handle-automatic-css-class-renaming-in-spfx/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+n8d+%28Design+%26+Development+by+Stefan+Bauer+-+n8d%29)
## License
Copyright (c) 2016 Stefan Bauer
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.