Hello Dave,

We changed the name of the file and changed the import, this way it should
be able to import it correctly.

Thanks
Sarah & Joao

On Tue, Jul 18, 2017 at 8:20 AM, Dave Page <dp...@pgadmin.org> wrote:

>
>
> On Tue, Jul 18, 2017 at 1:15 PM, Robert Eckhardt <reckha...@pivotal.io>
> wrote:
>
>> Looks good.
>>
>
> Thanks. I just noticed though, that we're trying to link to github.css,
> and failing. Was that intended to be in the same directory as all the scss?
>
>
>>
>> I assumed American spelling, should we use proper English spelling? Our
>> prodigious use of the 'z' (pronounced zee) definitely improves our scrabble
>> scores.
>>
>
> That's a definite benefit. I tend to try to use en_GB by default, partly
> because I'm, well, English, and partly because I like to wind up people who
> think the only English is en_US (of which there are a surprisingly large
> amount).
>
>
>>
>> -- Rob
>>
>> On Tue, Jul 18, 2017 at 7:54 AM, Dave Page <dp...@pgadmin.org> wrote:
>>
>>>
>>>
>>> On Mon, Jul 17, 2017 at 7:51 PM, Joao De Almeida Pereira <
>>> jdealmeidapere...@pivotal.io> wrote:
>>>
>>>> Hello Hackers,
>>>>
>>>> With this patch we added the style guide to the current pgAdmin
>>>> website. It is not 100% migrated yet, but we already have the Alerts and
>>>> colors.
>>>>
>>>>
>>> Thanks - applied with some minor styling and layout changes. Please
>>> check I didn't break anything.
>>>
>>> You obviously miss-spelt "colour", but I let that slide :-p
>>>
>>> --
>>> Dave Page
>>> Blog: http://pgsnake.blogspot.com
>>> Twitter: @pgsnake
>>>
>>> EnterpriseDB UK: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>
>>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
diff --git a/pgaweb/static/css/styleguide.scss 
b/pgaweb/static/css/styleguide.scss
index 84238b4..4201c75 100644
--- a/pgaweb/static/css/styleguide.scss
+++ b/pgaweb/static/css/styleguide.scss
@@ -21,7 +21,7 @@
 @import "styleguide/colorsgrey";
 @import "styleguide/typography";
 @import "styleguide/alert";
-@import "styleguide/github.css";
+@import "styleguide/github";
 
 .page-container {
   .navbar {
diff --git a/pgaweb/static/css/styleguide/github.css 
b/pgaweb/static/css/styleguide/_github.scss
similarity index 100%
rename from pgaweb/static/css/styleguide/github.css
rename to pgaweb/static/css/styleguide/_github.scss

Reply via email to