Search
A Proof of Concept for Making Sass Faster
17.9.2019
At the start of a new project, Sass compilation happens in the blink of an eye. This feels great, especially when it’s paired with Browsersync, which reloads the stylesheet for us in the browser. But, as the amount of Sass grows, compilation time increases. This is far from ideal.
It can be a real...
PR: Bitmain’s Announces Highly Anticipated World Digital Mining Summit
12.9.2019
The World Digital Mining Summit (WDMS) hosted by Bitmain – the world’s top 10 and China’s second largest fabless chipmaker – is set to return on 8-10 October in Frankfurt with a focus towards industry investment and innovation for the mining sector.
The post PR: Bitmain’s Announces Highly...
Citigroup and Credit Suisse Focus on State Asset Sales in Africa
9.9.2019
Over the course of the past decade or so, African countries have grown their economies at a remarkable rate, and consequently, the biggest banks in the world have set up shop in a range of the countries. One of the most common ways in which governments in developing economies raise money is...
As Snap Election Hopes Fade, Boris Johnson Shifts Focus to EU Deal
7.9.2019
Around three years ago, the United Kingdom used to be one of the world’s leading economies and was all set to grow for the foreseeable future. However, the Brexit referendum changed all that, as the people of the country voted to leave the European Union. The referendum plunged the country into...
Using a PostCSS function to automate your responsive workflow
5.9.2019
A little while back, you might have bumped into this CSS-Tricks article where I described how a mixin can be used to automate responsive font sizes using RFS. In its latest version, v9, RFS is capable of rescaling any value for value for any CSS property with px or rem units, like margin, padding...
Staggered CSS Transitions
14.8.2019
Let's say you wanted to move an element on :hover for a fun visual effect.
@media (hover: hover) {
.list--item {
transition: 0.1s;
transform: translateY(10px);
}
.list--item:hover,
.list--item:focus {
transform: translateY(0);
}
}
Cool cool. But what if you had several list...
Contextual Utility Classes for Color with Custom Properties
14.8.2019
In CSS, we have the ability to access currentColor which is tremendously useful. Sadly, we do not have access to anything like currentBackgroundColor, and the color-mod() function is still a ways away.
With that said, I am sure I am not alone when I say I'd like to style some links based on...
Industry Investors Shift Focus From Crypto to Convergence Apps: Report
13.8.2019
Outlier Ventures’ new report provides insight into blockchain investment and market trends in 2019, showing a shift from cryptocurrencies to convergence applications
NEO Price Analysis: NEO’s Focus on Gaming Community Might Benefit the Coin’s Value
1.8.2019
NEO keeps focusing on the gaming community for increasing mass adoption NEO may move past $12 in the next week NEO has a lot of things going on at the company level but it may not be benefitting it in the token’s price. The firm is focusing on the online gaming community and getting enough...
Square Crypto Remains 'Open' Despite Strong Focus on Bitcoin
30.7.2019
Square Crypto, the cryptocurrency-focused division of U.S.-based major payments company Square, is open to things that "complement Bitcoin," Steve Lee, the recently hired first member of the team, said during a Q&A session on Twitter on Monday.
He was responding to a question what does he think...
Don’t comma-separate :focus-within if you need deep browser support
24.7.2019
I really like :focus-within. It's a super useful selector that allows you to essentially select a parent element when any of its children are in focus.
Say you wanted to reveal some extra stuff when a <div> is hovered...
div:hover {
.extra-stuff {
/* reveal it */
}
}
That's...
Crypto Diversification: Coinbase Broadens Focus, Targets 1B People
22.7.2019
Brian Armstrong touring the new Coinbase office in San Francisko in July 2019. Source: Twitter, @brian_armstrong
Major crypto companies are building their long term growth strategy and looking for ways to diversify their businesses. Crypto exchange Binance said earlier this year that it wants...
Ethereum Classic Price Analysis: Ethereum Classic Brings Focus Back on Decentralization to Kindle Growth
19.7.2019
Ethereum Classic’s astute focus on decentralization ETC token may close the week trading between $5 and $7 Ethereum Classic has taken a long time to reach $10 and heads towards bigger targets, but it may happen very soon now as the firms are focusing fully on making decentralization a reality....
Spain Thwarts Bitcoin ATM Scam, Prompting Regulatory Debate Worldwide
16.7.2019
Bitcoin ATMs are not currently governed by EU money laundering regulations, and arrests coordinated by Spanish police and Europol in May are bringing new focus to this loophole. A group of eight Spanish and Latin American individuals have been arrested, along with several of their associates,...
Polymath Stops Two Projects, Lays off 10 to Focus on Security Token App
5.7.2019
Ethereum-based security token platform Polymath terminates 2 planned in-house projects and lays off related staff to focus on bringing securities on blockchain
Apple Executive Says Company Will Focus On Quality, Not Quantity For TV Shows
1.7.2019
The delivery of high-quality entertainment has changed significantly over the past few years as Netflix completely changed the industry with its streaming service. The company is now available globally and still regarded as the byword for online streaming. However, it was only a matter of time...
Focus on Bitcoin, Not Blockchain, Crypto Entrepreneur Proclaims
26.6.2019
Blockchain is misunderstood and focus should shift to bitcoin, according to the CEO of Amber, a crypto microinvestment startup
CSS :focus-within
25.6.2019
Using :hover to display additional information or elements is a very useful technique but a big drawback to using the hover pseudo-class is that they are usually not accessibility-friendly. Not everyone uses a mouse and some users have visual impairments, so they rely on screen readers or...
Circle to Close Its Payment App, Focus on New Financial Products
13.6.2019
Circle is shutting down Circle Pay, a fiat money sending service with a social messaging component
OmiseGo Price Analysis: OmiseGo (OMG) Bearish in Short Term; There is a Sense of Overestimation, Focus on Basics is Required
3.6.2019
OmiseGO is endorsed by the Thai Ministry of Finance and Bank of Thailand. Companies like McDonalds and Alipay accept payments in OMG. OmiseGO (OMG) is more of an open-source fintech digital wallet, based on Ethereum chain. It enables any users with features like real-time transactions, peer-to-peer...