<p align="center">
  <a href="https://holyguide.es">
    <img width="200" src="https://res.cloudinary.com/manuel-ruiz/image/upload/v1576145416/holygrail/logoholy.svg">
  </a>
</p>

<h1 align="center">Holygrail</h1>

<div align="center">


Una libreria agnostica y libreria de componentes html y scss. 

[npm-url]: https://www.npmjs.com/package/holygrailcss
[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
[download-url]: https://npmjs.org/package/holygrailcss


</div>


## ✨ Features

- 🌈 Enterprise-class UI designed for web applications.
- 📦 A set of high-quality React components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- ⚙️ Whole package of design resources and development tools.
- 🌍 Internationalization support for dozens of languages.
- 🎨 Powerful theme customization in every detail.

## 🖥 Environment Support

- Modern browsers
- Server-side Rendering
- [Electron](https://www.electronjs.org/)

| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Electron |
| --- | --- | --- | --- | --- |
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |

## 📦 Install

```bash
npm install holygrailcss
```

```bash
yarn add holygrailcss
```

## 🔨 Usage

```css

```



## 🌍 Internationalization

Dozens of languages are supported in `holygrailcss`

## 🔗 Links

- [Home page](https://holyguide.es/)


## ⌨️ Development

Use Gitpod, a free online dev environment for GitHub for create your website.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://github.com/holygrailcss/holysite)


Or clone locally:
[https://www.jsdelivr.com/package/npm/holygrailcss](https://www.jsdelivr.com/package/npm/holygrailcss)

Feel free to raise an issue or submit a pull request.


Or clone locally:

```bash
$ gh repo clone holygrailcss/holysite
$ cd holysite
$ npm install
$ npm run docs
$ npm run build
$ npm run start   Abrimos la aplicacion

  "docs": "sass scss/docs.scss doc/docs.css --style expanded && sass scss/docs.scss doc/docs.min.css --style compressed",
  "build": "sass scss/style.scss dist/style.css --style expanded && sass scss/style.scss dist/style.min.css --style compressed",
  "build-sass": "sass --style expanded --source-map true scss/style.scss dist/style.css  &&  sass --output-style expanded --source-map true scss/docs.scss doc/docs.css",
  "start": "open guide/index.html",
  "lint": "stylelint 'scss/**/*.?(s)css'",
  "lint2": "stylelint 'scss/*.?(s)css'",
  "lint:fix": "stylelint --fix 'scss/**/*.?(s)css'",
  "format": "npm run prettier -- --write",
  "prettier": "prettier 'scss/**/*.+(css|scss)'"

```
## Actualizar todos los packs a la ultima versión

``````
npm outdated

npm install -g npm-check-updates

ncu -u
``````




## 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)


<p align="center">
Developed with ❤️ from Barcelona to the world
</p>



