This repository was archived by the owner on Feb 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-14
lines changed
Expand file tree Collapse file tree 2 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ All is easily configurable by changing values in your `gulpfile.yml` file in you
2121
2222## Documentation
2323
24- Full documentation is available [ here] ( https://drucker .readthedocs.io/en/latest ) .
24+ Full documentation is available [ here] ( https://gulp-drupal-theme-core .readthedocs.io/en/latest/ ) .
2525
2626
27- ### TODO
27+ #### TODO
2828
2929- BrowserSync live reload and style injection (should be OK, not tested)
3030- Images => Images optimization (to validate)
Original file line number Diff line number Diff line change @@ -18,18 +18,17 @@ All the documentation can be found inside the [Features](features/css.md) sectio
1818
1919In order to use Babel, you need to create a ` .babelrc ` into your project, with the presets that you want installed.
2020
21- ** Example:**
22-
23- Run:
24- ``` bash
25- $ npm install --save-dev babel-preset-es2015
26- ```
27- And create a ` .babelrc ` file:
28- ``` json
29- {
30- "presets" : [" es2015" ]
31- }
32- ```
21+ !!! note "Example"
22+ Run:
23+ ```bash
24+ $ npm install --save-dev babel-preset-es2015
25+ ```
26+ And create a ` .babelrc ` file:
27+ ```json
28+ {
29+ "presets": [ "es2015"]
30+ }
31+ ```
3332
3433### ESLint
3534
You can’t perform that action at this time.
0 commit comments