@swissquote/crafty-preset-lightningcss 1.27.0 → 1.28.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -34,8 +34,8 @@ npm install @swissquote/crafty-preset-lightningcss --save
34
34
  module.exports = {
35
35
  presets: [
36
36
  "@swissquote/crafty-preset-lightningcss",
37
- "@swissquote/crafty-runner-webpack"
38
- ]
37
+ "@swissquote/crafty-runner-webpack",
38
+ ],
39
39
  };
40
40
  ```
41
41
 
@@ -60,7 +60,7 @@ By default, the CSS will be embedded in your bundle, but you can provide the `ex
60
60
  `extractCSS` controls if the CSS should be embedded within the JavaScript bundle or extracted in a separate file.
61
61
  By default, the default is that the CSS content remains within the main file.
62
62
 
63
- __Possible options__
63
+ **Possible options**
64
64
 
65
65
  | Value | Note |
66
66
  | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |