-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grid-template-columns is not working #193
Comments
@HeBuTy hi, this project is not really maintained any more. The problem will be that the repeat fn is not whitelisted so it's trying to execute it. It should be resolvable by using string interpolation, e.g.
Alternatively if possible I'd recommend using libsass or some other maintained (although non-PHP) compiler. |
I still have a client using phpsass, it works well, however also compass which is easy to install in Ubuntu works well also. |
but ya for grid-template-columns, feel free to fork phpsass and work on this and make a pull request, perhaps @richthegeek will add some more project maintainers (like me?) |
check the forks of phpsass, perhaps someone else has already done this. |
@joejoseph00 happy to add you as a maintainer as otherwise this is basically abandonware 🙃 Agree that maybe a fork has taken this further. This was originally a fork of |
ok thanks, I'll review others contributions and babysit this as I've already been doing, however, ya it just works actually quite well so other than a few minor glitches, it's been working for years for one of my clients and phpsass is good for certain types of clients that cannot be bothered with installing stuff, also there's a Drupal module prepro and sassy that make using this easy. |
@joejoseph00 yeah i wrote those modules... again, abandoned after I moved job 6 or so years ago. Pretty crazy to hear this is still being used! |
Ya , there's still almost 2000 installs of those modules. |
@richthegeek it still says I don't have write access, there's a merge request for php 7.2 / php 7.3 compatibility |
ah, helps if i "ACCEPT" the invitation, ok it should be good now |
Hmm, looks like I lack access rights to enable the travis .ci https://travis-ci.org/github/joejoseph00/phpsass/builds/693524613 |
I want to use grids but this style is not working correctly
grid-template-columns: repeat(auto-fill,minmax(260px,1fr));
The text was updated successfully, but these errors were encountered: