Giter VIP home page Giter VIP logo

milky-way's People

Contributors

giotramu avatar stefanomagrassi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

villander agnul

milky-way's Issues

fix sass media queries

Fix media queries in SCSS file:

// mobile first
$from-xsmall: '(min-width: #{$xs})';
$from-small: '(min-width: #{$sm})';
$from-medium: '(min-width: #{$md})';
$from-large: '(min-width: #{$lg})';
$from-xlarge: '(min-width: #{$xl})';

// desktop first
$to-xsmall: '(max-width: #{$xs})';
$to-small: '(max-width: #{$sm})';
$to-medium: '(max-width: #{$md})';
$to-large: '(max-width: #{$lg})';
$to-xlarge: '(max-width: #{$xl})';

Your .dependabot/config.yml contained invalid details

Dependabot encountered the following error when parsing your .dependabot/config.yml:

The property '#/update_configs/0/commit_message/prefix' was not of a maximum string length of 15
The property '#/update_configs/1/commit_message/prefix' was not of a maximum string length of 15
The property '#/update_configs/3/commit_message/prefix' was not of a maximum string length of 15

Please update the config file to conform with Dependabot's specification using our docs and online validator.

The info on README to start the server doesn't work

I tried to run the email package, running npm install on the root project, I'm getting the proper node_modules inside each package. but these commands to run the project does not work.

Could someone please help me with it?

https://github.com/contactlab/milky-way/blob/0fd4e3d7278ab63196fd6537daeed49e29edbf06/packages/emails/README.md

Also, there's no one script on package.json to email package - https://github.com/contactlab/milky-way/blob/stable/packages/emails/package.json

Service pages distribution

Generate the service page template in HTML format that includes the styles and JavaScript scripts.

Possible solutions:

  • A script in Node.js to run in the post-build or pre-publish phase;
  • Use parcel-plugin-inliner with Parcel

Besides, consider deploying the Service Pages artifact as standalone npm package or bundling it together with the Design Tokens.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.