{
  "name": "@blockquote-web-components/blockquote-foundations-sass",
  "version": "1.1.9",
  "description": "A modern architecture for building composable and reusable Web Components",
  "keywords": [
    "sass",
    "string functions",
    "mixins",
    "functions",
    "scss"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oscarmarina/blockquote-web-components",
    "directory": "packages/foundations/blockquote-foundations-sass"
  },
  "license": "MIT",
  "author": "Blockquote",
  "type": "module",
  "files": [
    "*.scss"
  ],
  "prettier": {
    "bracketSameLine": true,
    "bracketSpacing": false,
    "htmlWhitespaceSensitivity": "ignore",
    "printWidth": 100,
    "singleQuote": true,
    "trailingComma": "es5",
    "overrides": [
      {
        "files": "*.{scss,css}",
        "options": {
          "printWidth": 280,
          "singleQuote": false
        }
      }
    ]
  },
  "stylelint": {
    "extends": "stylelint-config-standard-scss",
    "rules": {
      "custom-property-pattern": null,
      "no-duplicate-selectors": null,
      "color-function-notation": null,
      "alpha-value-notation": null,
      "media-feature-name-no-unknown": null,
      "comment-empty-line-before": null,
      "declaration-empty-line-before": null,
      "property-no-vendor-prefix": null,
      "selector-attribute-quotes": null,
      "value-no-vendor-prefix": null
    }
  },
  "gitHead": "dfb0e085bc0bfc495dfe8413404663ce56b33d7a"
}
