Angular-cli: Jeet.gs and Rupture in Stylus, how configure?

Created on 2 Oct 2016  路  11Comments  路  Source: angular/angular-cli

Anybody know if Is possible add this features (Jeet.gs and Rupture) on the Stylus that is used with Angular-Cli?

RFC / discussion / question

Most helpful comment

@LFeh yeah I'm using it in my project

All 11 comments

@nvrossett -- the GitHub issue tracker is for project bugs and project feature requests as noted in CONTRIBUTING.md. For better support, consider creating a question on StackOverflow with all the details.

We don't currently have a way to configure CSS proprocessors.

Hi,

Is there a way to configure rupture with angular cli now in 2017?

Do you have a solution about it @nvrossett?

Hi @LFeh =)

Nothing, even stopped studying Angular 2 because I did not feel comfortable with the workflow without these tools, in fact today without Rupture

I do not know how you are today, but to this day I do not know any solution.

Today I am venturing with Vue.js and enjoying a lot, for me is what the Angular 2 should have become, has several similarities with AngularJS and React.

For me it joins the best of the 2 worlds


Nada, at茅 deixei de estudar Angular 2 por que n茫o me senti confort谩vel com a workflow sem essas ferramentas, na verdade hoje sem o Rupture

N茫o sei como est谩 hoje, mas at茅 hoje n茫o conhe莽o nenhuma solu莽茫o.

Hoje estou me aventurando com Vue.js e curtindo muito, para mim 茅 o que o Angular 2 deveria ter se tornado, tem varias similaridades com o AngularJS e React.

Para mim une o melhor dos 2 mundos

FWIW, do yarn add rupture -D or npm install rupture -D then add stylePreprocessorOptions to .angular-cli.json file like so

"styles": [
  "styles.styl"
],
"stylePreprocessorOptions": {
  "includePaths": [
  "../node_modules/rupture/"
  ]
}

rupture can now be accessed with @import "rupture" statement. Import it in the global styles.styl file to access rupture across the app without individual import statements in multiple files

@rohith Does it work?

@LFeh yeah I'm using it in my project

Amazing.

And a PostCSS libs... do you have any solution to load with angular-cli?

nope :disappointed: I got nothing on PostCSS

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jbeckton picture jbeckton  路  3Comments

donaldallen picture donaldallen  路  3Comments

JanStureNielsen picture JanStureNielsen  路  3Comments

gotschmarcel picture gotschmarcel  路  3Comments

brtnshrdr picture brtnshrdr  路  3Comments