This is where you include your project's documentation.
Requires Gulp globally installed:
npm install --global gulp| /** @type {import('stylelint').Config} */ | |
| module.exports = { | |
| "extends": [ | |
| "stylelint-config-recommended-scss" | |
| ], | |
| "plugins": [ | |
| "stylelint-order", | |
| "stylelint-scss" | |
| ], | |
| "rules": { |
| { | |
| "elmType": "div", | |
| "style": { | |
| "flex-wrap": "wrap", | |
| "display": "flex" | |
| }, | |
| "children": [ | |
| { | |
| "elmType": "div", | |
| "style": { |
| 'use strict'; | |
| var Vimeo = require('vimeo').Vimeo; | |
| const VimeoAPIKey = process.env.VimeoAPI, | |
| VimeoAPISecret = process.env.VimeoSecret, | |
| VimeoEndPoint = process.env.VimeoEndPoint; | |
| var _handleError = { | |
| noQuery: (context) => { |
| (function () { | |
| var myFormContext = { | |
| Templates: { | |
| Fields: { | |
| LookUp: { | |
| "View": function (ctx) { | |
| debugger | |
| console.log('Hitted'); | |
| console.log(ctx); |
| $ms-greenLight: "[theme:greenLight, default:#bad80a]"; | |
| $ms-neutralSecondaryAlt: "[theme:info, default:#767676]"; | |
| $ms-neutralLight: "[theme:infoBackground, default:#eaeaea]"; | |
| $ms-magenta: "[theme:magenta, default:#b4009e]"; | |
| $ms-magentaDark: "[theme:magentaDark, default:#5c005c]"; | |
| $ms-magentaLight: "[theme:magentaLight, default:#e3008c]"; | |
| $ms-neutralDark: "[theme:neutralDark, default:#212121]"; | |
| $ms-neutralLight: "[theme:neutralLight, default:#eaeaea]"; | |
| $ms-neutralLighter: "[theme:neutralLighter, default:#f4f4f4]"; | |
| $ms-neutralLighterAlt: "[theme:neutralLighterAlt, default:#f8f8f8]"; |
| // Default theme slots of Office theme | |
| { | |
| "backgroundOverlay": null, | |
| "primaryBackground": null, | |
| "primaryText": null, | |
| "themeDarker": "#013a76", | |
| "themeDark": "#0156b0", | |
| "themeDarkAlt": "#0156b0", | |
| "themePrimary": "#0273eb", | |
| "themeSecondary": "#5dabfe", |
| // store this file as .csscomb.json in the root of your project | |
| { | |
| "always-semicolon": true, | |
| "color-case": "lower", | |
| "block-indent": "\t", | |
| "color-shorthand": true, | |
| "element-case": "lower", | |
| "eof-newline": false, | |
| "leading-zero": false, | |
| "quotes": "double", |
| <i class="❤ css"> | |
| I ❤ CSS | |
| </i> |
| <h5 class="ms-rtestate-field"> | |
| head | |
| </h5> |